home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / pcl-cvs / pcl-cvs-startup.el.z / pcl-cvs-startup.el
Encoding:
Text File  |  1998-05-21  |  692 b   |  18 lines

  1. ;;;#ident "@(#)OrigId: pcl-cvs-startup.el,v 1.4 1993/05/31 18:40:33 ceder Exp "
  2. ;;;
  3. ;;;#ident "@(#)cvs/contrib/pcl-cvs:$Name:  $:$Id: pcl-cvs-startup.el,v 1.2 1996/01/10 22:56:21 woods Exp $"
  4. ;;;
  5. (autoload 'cvs-update "pcl-cvs"
  6.       "Run a 'cvs update' in the current working directory. Feed the
  7. output to a *cvs* buffer and run cvs-mode on it.
  8. If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run."
  9.       t)
  10.  
  11. (autoload 'cvs-update-other-window "pcl-cvs"
  12.       "Run a 'cvs update' in the current working directory. Feed the
  13. output to a *cvs* buffer, display it in the other window, and run
  14. cvs-mode on it.
  15.  
  16. If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run."
  17.       t)
  18.